Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[NSE-1032] Adding WSCG check for keys in Join #1033

Merged

Conversation

jackylee-ch
Copy link
Contributor

What changes were proposed in this pull request?

We do a WSCG check in ColumnarShuffledHashJoinExec. But only check the condition, not leftKeys and rightKeys check.
For ExsitingJoin, the condition is null, and there are only leftKeys and rightKeys, which leads to function is currently not supported in WSCG.

How was this patch tested?

unit tests and manual test.

(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

@github-actions
Copy link

#1032

@zhouyuan
Copy link
Collaborator

@jackylee-ch indeed a missing check, thanks for the patch!

@PHILO-HE
Copy link
Collaborator

The patch looks good to me. +1.

@zhouyuan zhouyuan merged commit e7bb4e5 into oap-project:main Jul 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants